KeyTyped

interface KeyTyped : KeyEvent

An event indicating that a keyboard character key has been typed.

Types

Link copied to clipboard
class Builder
A builder of KeyTyped.

Functions

Link copied to clipboard
open fun keyChar(): Char
Returns the character corresponding to the typed key.
Link copied to clipboard
open fun keyCode(): KeyCode
Returns the code of the key.
Link copied to clipboard
open fun keyLocation(): KeyLocation
Returns the location of the key on the keyboard.
Link copied to clipboard
Returns the keyboard modifiers applied.
Link copied to clipboard
open fun newBuilder(keyCode: KeyCode): KeyTyped.Builder
Creates a new KeyTyped builder with the given required parameters.